活动
最新
False
生产力活动
Last updated 2024年7月1日

添加工作表

将新工作表添加到指定的电子表格。

命名空间:UiPath.Gsuite.Activities.API

程序集:UiPath.Gsuite.Activities.API(在 UiPath.Gsuite.Activities.API.dll 中)

语法

public ISheet AddSheet(
	ISpreadsheet spreadsheet,
	string sheetName = null,
	int? positionIndex = nullpublic ISheet AddSheet(
	ISpreadsheet spreadsheet,
	string sheetName = null,
	int? positionIndex = null

参数

电子表格 ISpreadsheet
要在其中添加新工作表的电子表格。
工作表名称String (可选)
新工作表的名称。如果留空,则 Google 表格将为新工作表命名。
位置Nullable<Int32> (可选)
指定新工作表在现有电子表格中的确切位置。 如果留空,则将新工作表添加到末尾。 电子表格中的第一个工作表位于索引 0 处。

返回值

工作表” - 添加到电子表格的新工作表。

  • 语法
  • 参数
  • 返回值

此页面是否有帮助?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath 白色徽标
信任与安全
© 2005-2024 UiPath. All rights reserved.